Metadata-Version: 2.1
Name: libpysal
Version: 4.2.0
Summary: Core components of PySAL A library of spatial analysis functions.
Home-page: http://pysal.org
Maintainer: PySAL Developers
Maintainer-email: pysal-dev@googlegroups.com
License: BSD
Download-URL: https://pypi.python.org/pypi/libpysal
Description: Python Spatial Analysis Library Core
        ====================================
        
        .. image:: https://badge.fury.io/py/libpysal.svg
            :target: https://badge.fury.io/py/libpysal
        
        .. image:: https://travis-ci.org/pysal/libpysal.svg
           :target: https://travis-ci.org/pysal/libpysal
        
        .. image:: https://badge.fury.io/py/libpysal.svg
            :target: https://badge.fury.io/py/libpysal
        
        .. image:: https://badges.gitter.im/pysal/pysal.svg
           :target: https://gitter.im/pysal/pysal
           
        .. image:: https://zenodo.org/badge/81501824.svg
           :target: https://zenodo.org/badge/latestdoi/81501824   
        
        
        
        
        This package is part of a `refactoring of PySAL
        <https://github.com/pysal/pysal/wiki/PEP-13:-Refactor-PySAL-Using-Submodules>`_.
        
        
        ****************
        libpysal modules
        ****************
        
        - libpysal.cg  Computational geometry
        - libpysal.io  Input and output
        - libpysal.weights  Spatial weights
        - libpysal.examples  Built-in example datasets
        
        
        *****************
        Example Notebooks
        *****************
        - `Spatial Weights  <notebooks/weights.ipynb>`_
        - `Voronoi  <notebooks/voronoi.ipynb>`_
        - `Input and Output <notebooks/io.ipynb>`_
        
        ***********
        Development
        ***********
        
        libpysal development is hosted on github_.
        
        .. _github : https://github.com/pysal/libpysal
        
        Discussions of development occurs on the
        `developer list <http://groups.google.com/group/pysal-dev>`_
        as well as gitter_.
        
        .. _gitter : https://gitter.im/pysal/pysal?
        
        ****************
        Getting Involved
        ****************
        
        If you are interested in contributing to PySAL please see our
        `development guidelines  <https://github.com/pysal/pysal/wiki>`_.
        
        ***********
        Bug reports
        ***********
        
        To search for or report bugs, please see libpysal's issues_.
        
        .. _issues :  http://github.com/pysal/libpysal/issues
        
        *******************
        License information
        *******************
        
        See the `LICENSE <https://github.com/pysal/libpysal/blob/master/LICENSE.txt>`_ for information on the history of this
        software, terms & conditions for usage, and a DISCLAIMER OF ALL
        WARRANTIES.
        
Keywords: spatial statistics
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >3.5
Provides-Extra: plus_pip
Provides-Extra: plus_conda
Provides-Extra: docs
Provides-Extra: dev
